@charset "UTF-8";
/* =============================================================
 structure.css
 =============================================================== */

* {
	margin: 0;
	padding: 0;
}

html {
	height: 100%;
	/*overflow-y: scroll;*/
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
    font: 13px/1.75 "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    font-family: "微软雅黑","宋体";
	*font-size: small;
	*font: x-small;
	background: #fff;
	color: #000;
}
body#ch {
	font-family: "微软雅黑","宋体";
}

a {
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	-ms-transition: 0.5s;
}
a:link, a:visited {
	color: #0073be;
	text-decoration: none;
}
a:hover, a:active {
	color: #f04c0b;
	text-decoration: none;
}

table {
	border-collapse: collapse;
	border: 1px solid #cfcfcf;
	font-size: inherit;
	font: 100%;
	line-height: 1.7em;
    table-layout: fixed;
    word-wrap: break-word;
}
table th {
	padding: 8px 3% 7px;
	border-bottom: 1px solid #cfcfcf;
	background: #f5f7f7;
	text-align: center;
	vertical-align: middle;
}
table td {
	padding: 8px 3% 7px;
	border-right: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background: #fff;
	text-align: left;
	vertical-align: top;
}

@media only screen and (max-width: 767px) {
	table th {
		padding: 5px 3% 4px;
	}
	table td {
		padding: 5px 3% 4px;
	}

}

/*---layout-------------------------------------------------------------------*/

/* wrapper
---------------------------------------------------------------- */
#wrapper {
	position: relative;
	width: 100%;
	min-height: 100%;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	background: #fff;
}
* html #wrapper {
	height: 100%;
}

/* header
---------------------------------------------------------------- */
#header {
	position: fixed;
	top: 0;
	box-sizing: border-box;
	width: 100%;
	padding: 0 94px;
	background: #fff;
	z-index: 100;
	box-shadow: 0 -20px 20px 20px rgba(0,0,0,0.4);
}

@media only screen and (max-width: 1180px) {
	#header {
		padding: 0 0 0 3%;
	}
}

#header #header_inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	height: 65px;
}
#header #header_inner #logo {
	/*width: 283px;*/
}
#en #header #header_inner #logo,
#kr #header #header_inner #logo {
	width: 400px;
}
#header #header_inner #logo img {
	width: auto;
	height: 65px;
}
#header #header_inner #logo a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#header #header_inner_r {
	width: 70%;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

@media only screen and (max-width: 1180px) {
	#header #header_inner {
		height: 110px;
	}
	#header #header_inner_r {
		flex: none;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		align-content: space-between;
		width: 50%;
	}
	#header #header_inner_r #box_search {
		height: 35px;
		order: 2;
	}
	#header #header_inner_r #icon_search {
		order: 3;
	}
	#header #header_inner_r #header_jp {
		order: 4;
	}
	#header #header_inner_r #header_en {
		order: 5;
	}
	#header #header_inner_r #header_ch {
		order: 6;
	}
	#header #header_inner_r #header_kr {
		order: 7;
	}
	#header #header_inner_r > ul {
		margin: 0 0 10px 20%;
		order: 1;
	}
	#en #header #header_inner_r > ul,
	#ch #header #header_inner_r > ul,
	#kr #header #header_inner_r > ul {
		width: 100%;
		display: flex;
		justify-content: flex-end;
	}
}

#header #header_inner_r #box_search {
	width: 20%;
	visibility: hidden;
}
#header #header_inner_r.open_search #box_search {
	visibility: visible;
}
#header #header_inner_r #box_search input {
	box-sizing: border-box;
	display: block;
	width: 100%;
	padding: 10px 8% 10px 10px;
	border: 1px solid #808080;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#header #header_inner_r #icon_search {
	margin: 0 1%;
}
@media only screen and (max-width: 1180px) {
	#header #header_inner_r #box_search {
		width: 40%;
	}
}

#header #header_inner_r #header_jp,
#header #header_inner_r #header_en,
#header #header_inner_r #header_ch,
#header #header_inner_r #header_kr {
	margin: 0 1%;
	background: url("img/arrow_gray.png") no-repeat left 0.55em;
	padding-left: 1em;
}
#header #header_inner_r #header_jp a,
#header #header_inner_r #header_en a,
#header #header_inner_r #header_ch a,
#header #header_inner_r #header_kr a {
	position: relative;
	padding-bottom: .25em;
	background: linear-gradient(#808080, #808080) 0 100%/0 1px no-repeat;
	transition: background .4s;
	font-size: 14px;
	color: #808080;
}
#header #header_inner_r #header_jp a:hover,
#header #header_inner_r #header_en a:hover,
#header #header_inner_r #header_ch a:hover,
#header #header_inner_r #header_kr a:hover {
	background-size: 100% 1px;
}

#header #header_inner_r > ul {
	display: flex;
	justify-content: space-between;
}
#header #header_inner_r > ul > li:nth-child(1) a,
#header #header_inner_r > ul > li:nth-child(2) a {
	display: block;
	box-sizing: border-box;
	width: 180px;
	height: 65px;
	padding-top: 13px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25;
	text-align: center;
}
#header #header_inner_r > ul > li:nth-child(1) a {
	background: #cecece;
	color: #192b64;
}
#header #header_inner_r > ul > li:nth-child(2) a {
	background: #192b64;
	color: #fff;
}
#en #header #header_inner_r > ul > li:nth-child(1) a,
#ch #header #header_inner_r > ul > li:nth-child(1) a,
#kr #header #header_inner_r > ul > li:nth-child(1) a {
	padding-top: 23px;
	background: #192b64;
	color: #fff;
}
#ch #header #header_inner_r > ul > li:nth-child(1) a {
	letter-spacing: .5em;
}
#header #header_inner_r > ul > li:nth-child(1) a:hover,
#header #header_inner_r > ul > li:nth-child(2) a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}

#header_inner #nav_toggle {
	display: none;
	position: absolute;
	top: 15px;
	right: 12px;
	width: 20px;
	height: 20px;
	cursor: pointer;
}
#header_inner #nav_toggle div {
	position: relative;
}
#header_inner #nav_toggle span {
	display: block;
	position: absolute;
	width: 100%;
	border-bottom: solid 2px #192b64;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#header_inner #nav_toggle span:nth-child(1) { top: 0; }
#header_inner #nav_toggle span:nth-child(2) { top: 6px; }
#header_inner #nav_toggle span:nth-child(3) { top: 12px; }

@media only screen and (max-width: 767px) {
	#header {
		position: fixed;
		top: 0;
		box-sizing: border-box;
		width: 100%;
		min-width: 100%;
		padding: 0;
		background: #fff;
		z-index: 100;
	}
	#header #header_inner {
		position: relative;
		width: 100%;
		height: 47px;
		padding: 0;
	}
	#header #header_inner #logo {
		position: absolute;
		width: 120px;
		top: 6px;
		left: 12px;
	}
	#en #header #header_inner #logo,
	#kr #header #header_inner #logo {
		width: 240px;
	}
	#header #header_inner #logo img {
		width: 100%;
		height: auto;
	}
	#header #header_inner_r {
		display: none;
	}

	#header_inner #nav_toggle { display:block; }
	#header_inner.opennav #nav_toggle span:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	#header_inner.opennav #nav_toggle span:nth-child(2),
	#header_inner.opennav #nav_toggle span:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}

	#header #gnavi {
		display: none;
	}

}

/* gnavi
---------------------------------------------------------------- */
#header #gnavi {
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1200px;
	height: 65px;
}

#header #gnavi > ul {
	display: flex;
	justify-content: space-between;
}
#header #gnavi > ul > li > a {
	position: relative;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	height: 65px;
	padding: 0 1em;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.25em;
	color: #000;
}
#header #gnavi > ul > li.active > a{background: #192b64;color: #fff;}
#header #gnavi > ul > li.active > a span{background: url("img/arrow_white_under.png") no-repeat right center!important;}
#header #gnavi > ul > li:hover > a,
#header #gnavi > ul > li > a:hover{
	background: #192b64;
	color: #fff;
}
#header #gnavi > ul > li:nth-child(1) > a span,
#header #gnavi > ul > li:nth-child(2) > a span,
#header #gnavi > ul > li:nth-child(3) > a span,
#header #gnavi > ul > li:nth-child(4) > a span,
#header #gnavi > ul > li:nth-child(5) > a span {
	padding-right: 1em;
	background: url("img/arrow_black_under.png") no-repeat right center;
}
#header #gnavi > ul > li:hover > a span {
	background: url("img/arrow_white_under.png") no-repeat right center;
}

#header #gnavi > ul > li > a span.nobg{padding-right:0!important; background:none!important;}

#header #gnavi .subnavi {
	display: none;
	position: absolute;
	top: 130px;
	right: 0;
	left: 0;
	width: 100%;
	margin: auto;
	background: #fff;
	box-shadow: 0 15px 15px -15px rgba(0,0,0,0.4) inset;
}

@media only screen and (max-width: 1180px) {
	#header #gnavi {
		padding-right: 3%;
	}
	#header #gnavi > ul > li {
		/*flex-grow: 1;*/
	}
	#header #gnavi > ul > li > a {
		padding: 0 0.5em;
	}
	#header #gnavi .subnavi {
		top: 175px;
	}
}

#header #gnavi .subnavi_inner {
	display: flex;
	justify-content: space-between;
	width: 94%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 30px 0 20px;
}
#header #gnavi li:nth-child(1) .subnavi_inner {
	flex-wrap: wrap;
}

#header #gnavi li:nth-child(1) .subnavi_inner .subnavi_box,
#header #gnavi li:nth-child(2) .subnavi_inner .subnavi_box {
	width: 17%;
}
#header #gnavi li:nth-child(1) .subnavi_inner .subnavi_box div,
#header #gnavi li:nth-child(2) .subnavi_inner .subnavi_box div {
	margin-bottom: 5px;
	overflow: hidden;
}
#header #gnavi li:nth-child(1) .subnavi_inner .subnavi_box img,
#header #gnavi li:nth-child(2) .subnavi_inner .subnavi_box img {
	width: 100%;
	height: auto;
	transition: 0.5s;
}
#header #gnavi li:nth-child(1) .subnavi_inner .subnavi_box .subnavi_box_subtit,
#header #gnavi li:nth-child(2) .subnavi_inner .subnavi_box .subnavi_box_subtit {
	margin-bottom: 20px;
	padding-left: 0.8em;
	background: url("img/arrow_navy.png") no-repeat left 0.55em;
	text-align: left;
}
#header #gnavi li:nth-child(1) .subnavi_inner .subnavi_box_pickup .subnavi_box_subtit {
	margin-bottom: 5px;
	padding-left: 0.8em;
	background: url("img/arrow_navy.png") no-repeat left 0.55em;
	text-align: left;
}
#header #gnavi li:nth-child(1) .subnavi_inner .subnavi_box .subnavi_box_subtit span,
#header #gnavi li:nth-child(1) .subnavi_inner .subnavi_box_pickup .subnavi_box_subtit span,
#header #gnavi li:nth-child(2) .subnavi_inner .subnavi_box .subnavi_box_subtit span {
	display: inline;
	padding-bottom: .05em;
	background: linear-gradient(#192b64, #192b64) 0 100%/0 1px no-repeat;
	transition: background .4s;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5em;
	color: #192b64;
}
#header #gnavi li:nth-child(1) .subnavi_inner .subnavi_box a:hover img,
#header #gnavi li:nth-child(2) .subnavi_inner .subnavi_box a:hover img {
	transform: scale(1.1, 1.1);
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#header #gnavi li:nth-child(1) .subnavi_inner .subnavi_box a:hover .subnavi_box_subtit,
#header #gnavi li:nth-child(1) .subnavi_inner .subnavi_box_pickup a:hover .subnavi_box_subtit,
#header #gnavi li:nth-child(2) .subnavi_inner .subnavi_box a:hover .subnavi_box_subtit {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#header #gnavi li:nth-child(1) .subnavi_inner .subnavi_box a:hover .subnavi_box_subtit span,
#header #gnavi li:nth-child(1) .subnavi_inner .subnavi_box_pickup a:hover .subnavi_box_subtit span,
#header #gnavi li:nth-child(2) .subnavi_inner .subnavi_box a:hover .subnavi_box_subtit span {
	background-size: 100% 1px;
}
#header #gnavi li:nth-child(1) .subnavi_inner .subnavi_box:nth-child(10) .subnavi_box_subtit,
#header #gnavi li:nth-child(2) .subnavi_inner .subnavi_box:nth-child(10) .subnavi_box_subtit {
	letter-spacing: -0.25px;
}

#header #gnavi .subnavi_inner .subnavi_box_pickup {
	width: 37.8%;
	text-align: left;
}
#header #gnavi .subnavi_inner .subnavi_box_pickup .subnavi_box_pickup_tit {
	margin-bottom: 12px;
	border-bottom: 1px solid #192b64;
	font-weight: bold;
	color: #192b64;
}

#header #gnavi li:nth-child(2) .subnavi_inner .subnavi_box .subnavi_box_text {
	color: #000;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
}
#header #gnavi li:nth-child(2) .subnavi_inner .subnavi_box .subnavi_box_subtit {
	margin-bottom: 10px;
}

#header #gnavi li:nth-child(3) .subnavi_inner .subnavi_inner_l {
	width: 33.3%;
}
#header #gnavi li:nth-child(3) .subnavi_inner .subnavi_inner_r {
	display: flex;
	justify-content: flex-start;
	width: 69.8%;
}
#header #gnavi li:nth-child(3) .subnavi_inner .subnavi_box_block {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #header #gnavi li:nth-child(3) .subnavi_inner .subnavi_box_block {
	margin-left: 25px;
}
}
#header #gnavi li:nth-child(3) .subnavi_inner .subnavi_box {
	display: flex;
	justify-content: flex-start;
}
#header #gnavi li:nth-child(3) .subnavi_inner .subnavi_box .subnavi_box_l {
	width: 120px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#header #gnavi li:nth-child(3) .subnavi_inner .subnavi_box .subnavi_box_r {
	text-align: left;
}

#header #gnavi li:nth-child(4) .subnavi_inner .subnavi_box {
	display: block;
	width: 31%;
}
#header #gnavi li:nth-child(4) .subnavi_inner .subnavi_box .subnavi_box_l {
	width: 120px;
	margin-right: 20px;
	margin-bottom: 20px;
}
#header #gnavi li:nth-child(4) .subnavi_inner .subnavi_box .subnavi_box_r {
	text-align: left;
}

#header #gnavi li:nth-child(5) .subnavi_inner .subnavi_box {
	display: block;
	width: 23%;
	/*min-width: 273px;*/
}
#header #gnavi li:nth-child(5) .subnavi_inner .subnavi_box .subnavi_box_l,
#header #gnavi li:nth-child(5) .subnavi_inner .subnavi_box .subnavi_box_r {
	width: 100%;
	text-align: left;
}
#header #gnavi li:nth-child(5) .subnavi_inner .subnavi_box .subnavi_box_l {
	margin-bottom: 20px;
}

/*add sss*/
#header #gnavi li .subnavi_inner .subnavi_box2{width:50%!important;}
#header #gnavi li .subnavi_inner .subnavi_box3{width:33%!important;}
#header #gnavi li .subnavi_inner .subnavi_box4{width:25%!important;}
#header #gnavi li .subnavi_inner .subnavi_box5{width:20%!important;}

#header #gnavi li .subnavi_inner .subnavi_box .subnavi_box_subtit{
	margin-bottom: 20px;
    padding-left: 0.8em;
    background: url(img/arrow_navy.png) no-repeat left 0.55em;
    text-align: left;
}
#header #gnavi li .subnavi_inner .subnavi_box .subnavi_box_subtit span{
	display: inline;
    padding-bottom: 0.05em;
    background: linear-gradient(#192b64, #192b64) 0 100%/0 1px no-repeat;
    transition: background .4s;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5em;
    color: #192b64;
}
/*add eee*/

#header #gnavi .subnavi_inner .subnavi_box .subnavi_box_tit {
	margin-bottom: 10px;
}
#header #gnavi .subnavi_inner .subnavi_box .subnavi_box_tit a {
	display: inline-block;
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #192b64;
}
#en #header #gnavi .subnavi_inner .subnavi_box .subnavi_box_tit.line02 a {
    padding-top: 8px;
	line-height: 1.25;
}
#header #gnavi .subnavi_inner .subnavi_box .subnavi_box_tit a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#header #gnavi .subnavi_inner .subnavi_box .subnavi_box_tit a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -3px;
	width: 0;
	border-bottom: 1px solid #192b64;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#header #gnavi .subnavi_inner .subnavi_box .subnavi_box_tit a:hover::after {
	width: 100%;
}
#header #gnavi .subnavi_inner .subnavi_box ul li {
	margin-bottom: 10px;
	padding-left: 1.8em;
	background: url("img/arrow_navy.png") no-repeat left center;
	text-indent: -1em;
}
#header #gnavi .subnavi_inner .subnavi_box ul li .icon_external {
	width: 12px;
	margin: -2px 0 0 8px;
	vertical-align: middle;
}
#header #gnavi .subnavi_inner .subnavi_box ul a {
	padding-bottom: .25em;
	background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
	transition: background .4s;
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
#header #gnavi .subnavi_inner .subnavi_box ul a:hover {
	background-size: 100% 1px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#header_bg {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	background: #000;
	z-index: 40;
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}

@media only screen and (max-width: 1127px) {
	#header #gnavi li:nth-child(3) .subnavi_inner .subnavi_inner_l .subnavi_box {
		flex-wrap: wrap;
	}
	#header #gnavi li:nth-child(3) .subnavi_inner .subnavi_inner_l .subnavi_box_r {
		width: 100%;
	}
	#header #gnavi li:nth-child(3) .subnavi_inner .subnavi_inner_r .subnavi_box {
		width: 100%;
	}
	#header #gnavi li:nth-child(3) .subnavi_inner .subnavi_inner_r {
		flex-wrap: wrap;
	}
	#header #gnavi li:nth-child(3) .subnavi_inner .subnavi_box_block {
		display: flex;
		justify-content: flex-start;
		width: 100%;
	}
	#header #gnavi li:nth-child(3) .subnavi_inner .subnavi_box_block > .subnavi_box {
		margin-right: 3.1%;
	}
}

/* gnavi_m
---------------------------------------------------------------- */
#gnavi_m {
	display: none;
	position: fixed;
	top: 47px;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background: #192b64;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	z-index: 1000;
}
#gnavi_m .language {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 0 auto;
	padding: 20px 0;
}
#gnavi_m .language a {
	margin: 0 10px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
#gnavi_m .language .active {
	border-bottom: 1px solid #fff;
}
#gnavi_m #icon_search_m input {
	box-sizing: border-box;
	display: block;
	width: 90%;
	margin: 0 auto 30px;
	padding: 10px 8% 10px 10px;
	background: #fff url("img/icon_search.png") no-repeat 97% center;
	border: none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size: 15px;
}
#gnavi_m > ul > li > a {
	width: 100%;
	position: relative;
	display: block;
	padding: 1.25em;
	border-top: 1px solid #3c70a8;
	background: #192b64;
	color: #fff;
	font-size: 15px;
}
#en #gnavi_m > ul > li:nth-child(5),
#ch #gnavi_m > ul > li:nth-child(4) {
	margin-bottom: 100px;
}
#gnavi_m > ul > li.acc01 > a::before,
#gnavi_m > ul > li.acc01 > a::after,
#gnavi_m > ul  > li > ul > li.acc02 > a::before,
#gnavi_m > ul  > li > ul > li.acc02 > a::after {
	content: '';
	display: block;
	width: 12px;
	height: 2px;
	background: #fff;
	position: absolute;
	right: 13%;
	top: 50%;
	transform: translateY(-50%);
}
#gnavi_m > ul > li.acc01 > a::after,
#gnavi_m > ul  > li > ul > li.acc02 > a::after {
	transform: translateY(-50%) rotate(90deg);
	transition: 0.5s;
}
#gnavi_m > ul > li.acc01 > a.active::after,
#gnavi_m > ul  > li > ul > li.acc02 > a.active::after {
	transform: rotate(0);
	transition: 0.5s;
}
#gnavi_m > ul > li > ul > li > a {
	position: relative;
	display: block;
	width: 100%;
	padding: 1.25em;
	border-bottom: 1px solid #fff;
	background: #3c70a8;
	color: #fff;
	font-size: 15px;
}
#gnavi_m > ul > li > ul > li > a.noico::before, #gnavi_m > ul > li > ul > li > a.noico::after{display: none;}
#gnavi_m > ul li.range {
	position: relative;
}
#gnavi_m > ul li.range a.range_link {
	width: 80%;
	height: 20px;
	background: none;
	position: absolute;
	left: 0;
	z-index: 9;
	border-bottom: none;
}
#gnavi_m > ul li.range a.range_link::before,
#gnavi_m > ul li.range a.range_link::after {
	background: none;
}
#gnavi_m > ul > li > ul > li:last-child > a {
	border-bottom: none;
}
#gnavi_m > ul > li > ul > li > ul > li > a {
	display: block;
	width: 100%;
	padding: 1.25em;
	border-bottom: 1px solid #3c70a8;
	background: #dae4ff;
	color: #3c70a8;
	font-size: 15px;
}
#gnavi_m > ul > li > ul > li > ul > li:last-child > a {
	border-bottom: none;
}
#gnavi_m > ul > li > ul,
#gnavi_m > ul > li > ul > li > ul{
	display: none;
}
#gnavi_m > ul > li > ul > li > ul > li > a > .icon_external {
	width: 12px;
	margin: -2px 0 0 8px;
	vertical-align: middle;
}
#gnavi_m #gnavi_m_bottom {
	padding: 30px 0 90px;
	background: #fff;
	box-shadow: 0 -20px 20px 20px rgba(0,0,0,0.4);
}
#gnavi_m #gnavi_m_bottom a {
	display: block;
	width: 270px;
	height: 48px;
	margin: 0 auto 30px;
	border: 2px solid #192b64;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	border-radius: 24px;
	background: #fff;
	font-size: 16px;
	font-weight: bold;
	color: #192b64;
	line-height: 48px;
	text-align: center;
}
#gnavi_m #gnavi_m_bottom a:last-child {
	margin: 0 auto;
}

/* block_top
---------------------------------------------------------------- */
#block_top {
	position: relative;
	box-sizing: border-box;
	width: 100%;
	min-height: 280px;
	margin-top: 130px;
	padding-top: 20%;
	overflow: hidden;
}
#block_top.low {
	min-height: 140px;
	padding-top: 10%;
}
#block_top.high {
	min-height: 530px;
	padding-top: 20%;
}
#block_top #block_top_inner {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	max-width: 1200px;
	margin: 0 auto;
}
#block_top #breadcrumbs {
	display: flex;
}
#block_top #breadcrumbs li {
	margin-left: 1em;
	padding-right: 1em;
	background: url("img/breadcrumbs.png") no-repeat right center;
	font-size: 14px;
	color: #fff;
}
.case #block_top #breadcrumbs li {
	background: url("img/breadcrumbs_gray.png") no-repeat right center;
}
.other #block_top #breadcrumbs li a {
	color: #999;
}
.other #block_top #breadcrumbs li {
	background: url("img/breadcrumbs_gray.png") no-repeat right center;
	color: #999;
}
#block_top #breadcrumbs li a {
	margin-right: 1em;
	color: #fff;
}
#block_top #breadcrumbs li:last-child {
	padding-right: 1em;
	background: none;
}

#block_top #block_top_box {
	position: absolute;
	top: 42%;
	left: 50%;
	-webkit-transform : translate(-50%,-50%);
	transform : translate(-50%,-50%);
	width: 100%;
	text-align: center;
}
.news #block_top #block_top_box,
#en #block_top #block_top_box,
#ch #block_top #block_top_box {
	top: 50%;
}
#block_top .sub {
	display: inline-block;
	margin-bottom: 30px;
	padding-bottom: 3px;
	border-bottom: 1px solid #fff;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
}
#block_top h1 {
	font-size: 32px;
	font-weight: bold;
	line-height: 1.25em;
	color: #fff;
}
.other #block_top h1 {
	color: #000;
}
@media only screen and (max-width: 1180px) {
	#block_top {
		margin-top: 175px;
	}
}

@media only screen and (max-width: 767px) {
	#block_top {
		min-width: 100%;
		min-height: 160px;
		margin-top: 40px;
	}
	#block_top.low {
		min-height: 80px;
	}
	#block_top.high {
		min-height: 280px;
	}
	#block_top.high #block_top_box {
		top: 40%;
	}
	#block_top #block_top_inner {
		display: none;
	}

	#block_top .sub {
		margin-bottom: 18px;
		padding-bottom: 2px;
		font-size: 11px;
	}
	#block_top h1 {
		font-size: 23px;
	}
}

/* container
---------------------------------------------------------------- */
#container {
	max-width: 1388px;
	margin: 0 auto;
	padding: 60px 0 120px;
}
/*#ch .index #container {
	padding: 60px 0;
}*/
#container #container_inner {
	box-sizing: border-box;
	display: flex;
	width: 100%;
	margin: 0 auto;
	padding: 0 94px;
}
#container #side {
	box-sizing: border-box;
	width: 273px;
	margin-left: 94px;
	text-align: left;
	white-space: nowrap;
}
#container #main {
	flex: 1;
	box-sizing: border-box;
	min-width: 469px;
}
#container #main_inner {
	width: 100%;
}
.other #container {
	padding: 0 0 50px;
	margin-top: -50px;
	z-index: 30;
	position: relative;
}
@media only screen and (max-width: 1180px) {
	#container #container_inner {
		width: 94%;
		padding: 0;
	}
	#container #main {
		min-width: auto;
	}
	#container #side {
		margin-left: 30px;
	}
}

@media only screen and (max-width: 767px) {
	#container {
		max-width: 100%;
		padding: 30px 0 60px;
	}
	#container #side {
		display: none;
	}
	#container #main {
		width: 100%;
		min-width: 100%;
	}
	#container #main_inner {
		width: 100%;
	}
.other #container {
	margin-top: -20px;
}
}

/* side
---------------------------------------------------------------- */
#side #side_inner {
	position: sticky;
	position: -webkit-sticky;
	top: 160px;
	margin-bottom: 120px;
	padding-left: 30px;
	border-left: 1px solid #cdcdcd;
	display: inline-block;
	width: 243px;
}
#side .side_tit {
	margin-bottom: 30px;
	padding-bottom: 2px;
	border-bottom: 1px solid #192b64;
	font-size: 20px;
	font-weight: bold;
	color: #192b64;
}
#side .side_subtit {
	margin-bottom: 10px;
}
#side .side_subtit a {
	display: inline-block;
	position: relative;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	color: #000;
}
#side .side_subtit a:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#side .side_subtit a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	width: 0;
	border-bottom: 1px solid #000;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#side .side_subtit a:hover::after {
	width: 100%;
}
#side ul {
	margin-bottom: 1em;
}
.domestic #side ul#side_domestic,
.overseas  #side ul#side_overseas {
	display: block;
}
.vision #side ul#corporate01,
.history #side ul#corporate01,
.profile #side ul#corporate01,
.csr #side ul#corporate03,
.scm #side ul#corporate03,
.social #side ul#corporate03,
.enviroment #side ul#corporate03,
.safety #side ul#corporate03,
.hr #side ul#corporate03,
.governance #side ul#corporate03 {
	display: block;
}
.about #side ul#ir01,
.faq #side ul#ir01,
.biz-highlight #side ul#ir03,
.directnavi #side ul#ir03,
.explanatory #side ul#ir03,
.archive #side ul#ir03,
.generalmeeting #side ul#ir04,
.dividend #side ul#ir04,
.benefit #side ul#ir04,
.stockinfo #side ul#ir04,
.procedure #side ul#ir04,
.e_announce #side ul#ir04 {
	display: block;
}
.news #side ul#side_news,
.news_ir #side ul#side_news,
.news2025 #side ul#side_news,
.news2024 #side ul#side_news,
.news2023 #side ul#side_news,
.news2022 #side ul#side_news,
.news2021 #side ul#side_news,
.news2020 #side ul#side_news,
.news2019 #side ul#side_news,
.news2018 #side ul#side_news {
	display: block;
}
.inquiry #side ul#side_inquiry {
	display: block;
	font-weight: bold;
}
#side ul li {
	display: block;
	padding: 6px 0 6px 15px;
}
#side ul li.active,
#side ul li.active {
	background: #eef0f0;
}
.vision #side ul #side_vision,
.csr #side ul #side_csr,
.scm #side ul #side_scm,
.enviroment #side ul #side_enviroment,
.safety #side ul #side_safety,
.history #side ul #side_history,
.profile #side ul #side_profile,
.social #side ul #side_social,
.governance #side ul #side_governance,
.hr #side ul #side_hr {
	background: #eef0f0;
}
.news2025 #side ul #side_news2025,
.news2024 #side ul #side_news2024,
.news2023 #side ul #side_news2023,
.news2022 #side ul #side_news2022,
.news2021 #side ul #side_news2021,
.news2020 #side ul #side_news2020,
.news2019 #side ul #side_news2019,
.news2018 #side ul #side_news2018 {
	background: #eef0f0;
}
.case_01 #side ul #side_case01,
.case_02 #side ul #side_case02,
.case_03 #side ul #side_case03 {
	background: #eef0f0;
}
.about #side ul #side_about,
.faq #side ul #side_faq,
.generalmeeting #side ul #side_generalmeeting,
.dividend #side ul #side_dividend,
.benefit #side ul #side_benefit,
.stockinfo #side ul #side_stockinfo,
.procedure #side ul #side_procedure,
.e_announce #side ul #side_e_announce {
	background: #eef0f0;
}
.biz-highlight #side ul #side_biz-highlight,
.directnavi #side ul #side_directnavi,
.explanatory #side ul #side_explanatory,
.archive #side ul #side_archive {
	background: #eef0f0;
}
.news_ir2018 #side ul#side_news #side_news2018,
.news_ir2019 #side ul#side_news #side_news2019,
.news_ir2020 #side ul#side_news #side_news2020,
.news_ir2021 #side ul#side_news #side_news2021,
.news_ir2022 #side ul#side_news #side_news2022,
.news_ir2023 #side ul#side_news #side_news2023,
.news_ir2024 #side ul#side_news #side_news2024,
.news_ir2025 #side ul#side_news #side_news2025,
.news_ircalendar #side ul#side_news #side_ircalendar {
	background: #eef0f0;
}
.news_ircalendar #side ul#side_news #side_irnews {
	background: none;
}
.news_ir #side ul#side_news #side_irnews,
.news_ir #side ul#side_news #side_ircalendar {
	font-size: 16px;
}
.news_ir #side ul#side_news #side_irnews:before,
.news_ir #side ul#side_news #side_ircalendar:before {
	display: inline-block; 
	content: '-';
	border-radius: 50%;
	margin-right: 5px;
	position: relative;
	top: 0;
	left: -15px;
}
.news_ir #side ul#side_news #side_irnews a,
.news_ir #side ul#side_news #side_ircalendar a {
	margin-left: -10px;
}
.inquiry_cargo #side ul #side_inquiry_cargo,
.inquiry_service #side ul #side_inquiry_service,
.inquiry_ir #side ul #side_inquiry_ir,
.inquiry_partner #side ul #side_inquiry_partner {
	background: #eef0f0;
}

#side ul a {
	padding-bottom: .25em;
	background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
	transition: background .4s;
	font-size: 16px;
	line-height: 1.35em;
	color: #000;
}
#side ul a:hover {
	background-size: 100% 1px;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	opacity: 0.60;
}
#side ul a .icon_external {
	width: 12px;
	margin: -2px 0 0 8px;
	vertical-align: middle;
}
#side ul #side_vision a {
	letter-spacing: -.4px;
}

@media only screen and (max-width: 1124px) {
	#side #side_inner {
		top: 205px;
	}
}

/* main
---------------------------------------------------------------- */
#main h2 {
	margin-bottom: 1em;
	font-size: 32px;
	text-align: left;
}
#main h3 {
	margin-bottom: 2em;
	padding: 3px 15px 2px 20px;
	border-left: 10px solid #192b64;
	background: #eef0f0;
	font-size: 20px;
	text-align: left;
}
.other #main h3 {
	margin-bottom: 1em;
}
.sitemap #main h3 {
	margin-bottom: 1em;
	color: #fff;
	background: #192b64 ;
	border-left: none;
	text-align: center;
}
#main h4 {
	margin-top: 2em;
	font-size: 18px;
	text-align: left;
}
@media only screen and (max-width: 767px) {
	#main h2 {
		font-size: 21px;
	}
	#main h3 {
		margin-bottom: 2em;
		padding: 3px 13px 2px 16px;
		border-left: 8px solid #192b64;
		background: #eef0f0;
		font-size: 17px;
		text-align: left;
	}
}

/* footer
---------------------------------------------------------------- */
#footer #footer_top {
	width: 100%;
	background: #f5f7f7;
}
#footer #footer_top #footer_top_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 94px;
	overflow: hidden;
	text-align: left;
}
#footer #footer_top .footer_top_box {
	float: left;
	width: 22.75%;
	margin-right: 3%;
}
#en #footer #footer_top .footer_top_box,
#ch #footer #footer_top .footer_top_box,
#kr #footer #footer_top .footer_top_box {
	width: 30%;
	margin-right: 5%;
}
#footer #footer_top .footer_top_box:last-child,
#en #footer #footer_top .footer_top_box:last-child,
#ch #footer #footer_top .footer_top_box:last-child,
#kr #footer #footer_top .footer_top_box:last-child {
	margin-right: 0;
}
#footer #footer_top .box_tit a,
#footer #footer_top .box_tit span {
	display: block;
	margin-bottom: 1em;
	padding-bottom: 0.5em;
	border-bottom: 1px solid #808080;
	font-size: 18px;
	font-weight: bold;
	color: #808080;
}
#footer #footer_top .box_tit_sp {
	display: none;
}
#footer #footer_top .box_subtit {
	margin-bottom: 1em;
}
#footer #footer_top .box_subtit.mg50b {
	margin-bottom: 50px;
}

#footer #footer_top .box_subtit a {
	padding-bottom: .25em;
	background: linear-gradient(#808080, #808080) 0 100%/0 1px no-repeat;
	transition: background .4s;
	font-size: 16px;
	font-weight: bold;
	color: #808080;
}

#footer #footer_top .box_subtit a:hover {
	background-size: 100% 1px;
}
#footer #footer_top ul {
	margin-bottom: 50px;
}
#footer #footer_top ul li {
	margin-bottom: 1em;
	margin-left: 0.1em;
	padding-left: 0.8em;
	background: url("img/arrow_gray.png") no-repeat left 0.55em;
}
#footer #footer_top ul a {
	display: inline-block;
	position: relative;
	font-size: 14px;
	font-weight: bold;
	color: #808080;
}
#footer #footer_top ul a::after {
	position: absolute;
	content: "";
	left: 0;
	bottom: -3px;
	width: 0;
	border-bottom: 1px solid #808080;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#footer #footer_top ul a:hover::after {
	width: 100%;
}
#footer #footer_top ul a .icon_external {
	width: 12px;
	margin: -2px 0 0 8px;
	vertical-align: middle;
}

#footer #footer_top .box_btn {
	padding: 0.5em 0;
	border-bottom: solid 1px #808080;
	text-align: center;
}
#footer #footer_top .box_btn.border_top {
	border-top: solid 1px #808080;
}
#footer #footer_top .box_btn a {
	position: relative;
	font-size: 18px;
	font-weight: bold;
	color: #808080;
}
#footer #footer_top .box_btn a::before {
	position: absolute;
	content: '';
	top: 0.45em;
	left: -1em;
	border-top: solid 2px #808080;
	border-right: solid 2px #808080;
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
}
#footer #footer_top .bana_pc {
	margin-top: 20px;
	display: block;
}
#footer #footer_top .bana_pc:hover {
	transform: scale(1.02, 1.02);
	box-shadow: 0 32px 30px -25px rgba(0,0,0,0.4);
}

#footer #footer_bottom {
	width: 100%;
	background: #192b64;
}
#footer #footer_bottom #footer_bottom_inner {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 94px 30px;
}
#footer #footer_bottom ul {
	width: 740px;
	margin: 0 auto 50px;
	overflow: hidden;
	display: flex;
	justify-content: center;
}
#en #footer #footer_bottom ul {
	width: 520px;
}
#kr #footer #footer_bottom ul {
	width: 600px;
}
#ch #footer #footer_bottom ul {
	width: 500px;
}
#footer #footer_bottom ul li {
	float: left;
	border-right: 1px solid #fff;
}
#footer #footer_bottom ul li:last-child {
	border-right: none;
}
#footer #footer_bottom ul a {
	display: block;
	padding: 0 2em;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.5em;
	color: #fff;
}
#footer #footer_bottom ul a::after {
	display: block;
	content: "";
	bottom: 0;
	width: 0;
	border-bottom: 1px solid #fff;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
}
#footer #footer_bottom ul a:hover::after {
	width: 100%;
}
#footer #footer_bottom .bana_sp {
	display: none;
}
#footer #footer_bottom .box_tit_sp {
	display: none;
}
#footer #footer_bottom #footer_logo {
	width: 321px;
	margin: 0 auto 50px;
}
#en #footer #footer_bottom #footer_logo,
#kr #footer #footer_bottom #footer_logo {
	width: 400px;
}
#footer #footer_bottom #footer_logo img {
	height: auto;
}
#footer #footer_bottom #copyright {
	font-size: 16px;
	color: #fff;
}
#footer #footer_bottom #copyright a{color: #fff;}

@media only screen and (max-width: 767px) {
	#footer #footer_bottom ul{display: block;}
	#footer #footer_top {
		display: none;
	}
	
	#footer #footer_bottom .bana_sp {
		width: 270px;
		margin: 0 auto 30px;
		display: block;
	}
	#footer #footer_bottom .box_tit_sp {
		display: block;
		margin-bottom: .3em;
		font-size: 14px;
		font-weight: bold;
		color: #fff;
	}
	#footer #footer_bottom #footer_bottom_inner {
		max-width: 94%;
		margin: 0 auto;
		padding: 25px 3%;
	}
	#footer #footer_bottom ul,
    #en #footer #footer_bottom ul,
    #ch #footer #footer_bottom ul,
	#kr #footer #footer_bottom ul {
		width: 80%;
		margin: 0 auto 25px;
	}
	#footer #footer_bottom ul li {
		float: none;
		border-right: none;
		margin-bottom: 1em;
	}
	#footer #footer_bottom ul a {
		display: block;
		padding: 0 2em;
		font-size: 14px;
		line-height: 1.5em;
		color: #fff;
	}
	#footer #footer_bottom #footer_logo {
		width: 50%;
		margin: 0 auto 20px;
	}
    #en #footer #footer_bottom #footer_logo,
	#kr #footer #footer_bottom #footer_logo {
		width: 70%;
    }
	#footer #footer_bottom #copyright {
		font-size: 10px;
	}
}

/* pagetop
---------------------------------------------------------------- */
.pagetop {
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	z-index: 500;	
}
.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	background: url(img/pagetop.png) no-repeat;
}
/*.pagetop a:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
}*/

@media only screen and (max-width: 767px) {
	.pagetop {
		display: none;
		position: fixed;
		bottom: 15px;
		right: 15px;
		z-index: 500;	
	}
	.pagetop a {
		display: block;
		width: 48px;
		height: 48px;
		background: url(img/pagetop.png) no-repeat center center / 48px 48px;
	}
}

/* bnr_link
---------------------------------------------------------------- */
.bnr_link {
	display: none;
	position: fixed;
	bottom: 90px;
	right: 30px;
	z-index: 600;	
}
.bnr_link .bnr_link_img {
	position: relative;
	display: block;
}
.bnr_link .bnr_link_img:hover {
	filter: alpha(opacity=80);
	-moz-opacity: 0.80;
	opacity: 0.80;
}
.bnr_link .bnr_link_close {
	position: absolute;
	top: -12.5px;
	right: -12.5px;
}

@media only screen and (max-width: 767px) {
	.bnr_link {
		display: none;
		position: fixed;
		bottom: 70px;
		right: 15px;
		width: 50%;
	}
	.bnr_link .bnr_link_img img {
		width: 100%;
		height: auto;
	}
}

/* important_notices
---------------------------------------------------------------- */
#important_notices {
    width: 100%;
    margin-top: 130px;
    padding: 20px 0;
    background: #fcedf0;
}
#important_notices #important_notices_inner {
    display: flex;
    justify-content: flex-start;
	max-width: 1200px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: bold;
}
#important_notices .important_notices_l {
    width: 138px;
    margin-right: 2.8%;
}
#important_notices .important_notices_r {
    text-align: left;
}
#important_notices .important_notices_l p {
    width: 100%;
    height: 27px;
    padding-top: 1px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
    background: #e65068;
    color: #fff;
}
#important_notices .important_notices_r ul {
    margin-left: 1em;
    list-style: disc;
}
#important_notices .important_notices_r ul li {
    margin-bottom: .5em;
}
#important_notices .important_notices_r ul li:last-child {
    margin-bottom: 0;
}
#important_notices .important_notices_r a {
	position: relative;
    padding-bottom: .5em;
	background: linear-gradient(#000, #000) 0 100%/100% 1px no-repeat;
	background-position: 0 1.25em;
	color: #000;
	transition: background .4s;
}
#important_notices .important_notices_r a:hover {
	background-size: 0 1px;
}
/*#important_notices .important_notices_r a span {
	position: relative;
    padding-bottom: .5em;
	background: linear-gradient(#000, #000) 0 100%/0 1px no-repeat;
	background-position: 0 1.25em;
	transition: background .4s;
	transition-delay: .8s;
}
#important_notices .important_notices_r a:hover span {
	background-size: 100% 1px;
}*/
#important_notices .important_notices_r li > span {
	margin-right: 5px;
	padding: 1px 5px;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	background: #e65068;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

@media only screen and (max-width: 1200px) {
    #important_notices #important_notices_inner {
        max-width: 96%;
    }
}
@media only screen and (max-width: 1180px) {
    #important_notices {
        margin-top: 176px;
    }
}
@media only screen and (max-width: 767px) {
	#footer #footer_bottom #footer_logo img{width: 100%;}
    #important_notices {
        margin-top: 40px;
    }
    #important_notices #important_notices_inner {
        flex-wrap: wrap;
        font-size: 14px;
    }
    #important_notices .important_notices_l {
        margin-bottom: 3px;
    }
    #important_notices .important_notices_l p {
        width: 79px;
        height: 16px;
        padding-top: 0;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        font-size: 9px;
    }
    #important_notices .important_notices_r {
        width: 100%;
    }
    #important_notices .important_notices_r ul {
        margin-left: 1.5em;
    }
    #important_notices .important_notices_r li > span {
        margin-right: 3px;
        padding: 2px 5px 1px;
        font-size: 10px;
        line-height: 15px;
    }
}
.black {
    filter: brightness(0);
}
.white {
    -webkit-filter:brightness(0) invert(1);
    filter:brightness(0) invert(1);
}

.line1, .line2, .line3, .line4, .line5 {
    display: -webkit-box!important;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.line2{-webkit-line-clamp: 2;}
.line3{-webkit-line-clamp: 3;}
.line4{-webkit-line-clamp: 4;}
.line5{-webkit-line-clamp: 5;}

/*文章列表*/
#news_list dl {
	border-bottom: 1px solid #cfcfcf;
}
#news_list dl a{
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 15px 0;
	font-size: 16px;
	color: #000;
}
#news_list dl dt {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	width: 150px;
	position: relative;
}
#news_list dl dt::after {
    float: right;
    width: 7px;
    height: 7px;
    position: absolute;
    top: 40%;
    right: 2%;
    display: inline-block;
    content: '';
    border-top: solid 2px #192b64;
    border-right: solid 2px #192b64;
    transform: rotate(45deg);
}
#news_list dl dd {
	box-sizing: border-box;
	position: relative;
	float: right;
	width: calc(100% - 150px);
	padding-right: 20px;
	text-align: left;
}
#news_list dl dd::after {
	position: absolute;
	top: 40%;
	right: 2%;
	display: inline-block;
	content: '';
	/*border-top: solid 2px #192b64;
	border-right: solid 2px #192b64;*/
	width: 7px;
	height: 7px;
	transform: rotate(45deg);
}

/*分页*/
.fenye {width:100%;text-align:center; margin:20px 0;}
.fenye .xiaocms-page {display:inline-block;}
.fenye .xiaocms-page a,.fenye .xiaocms-page span {display:inline-block;padding:0 13px;text-align:center;line-height:34px;margin:0 5px 10px 5px;border:#dddddd solid 1px;overflow:hidden;font-size:13px;color:#999999;}
.fenye .xiaocms-page a:hover {background:#192b64;color:#fff!important;border:#192b64 solid 1px;}
.fenye .xiaocms-page span {background:#192b64;color:#fff;border:#192b64 solid 1px;}

#main h3 {
    margin-bottom: 2em;
    padding: 3px 15px 2px 20px;
    border-left: 10px solid #192b64;
    background: #eef0f0;
    font-size: 20px;
    text-align: left;
}